home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / cmdity / yk212src.lha / Yak_2.12_Src / locale / Yak_h.sd < prev    next >
Text File  |  1995-10-18  |  660b  |  36 lines

  1. ##stringtype C
  2. ##shortstrings
  3. /****************************************************************
  4.    This file was created automatically by `%fv'
  5.    from "%f0".
  6.  
  7.    Do NOT edit by hand!
  8. ****************************************************************/
  9.  
  10. #ifndef YAK_CAT_H
  11. #define YAK_CAT_H
  12.  
  13.  
  14. /*  Prototypes    */
  15. extern void OpenLocaleStuff(char * language);
  16. extern void CloseLocaleStuff(void);
  17. extern char *getString(APTR);
  18.  
  19. /*  Definitions */
  20. extern struct Library *LocaleBase;
  21. extern struct Locale *locale;
  22.  
  23. #if defined(CONV) || defined(PREFS)
  24.  
  25. extern const APTR _%i;\n#define %i ((APTR) &_%i)
  26.  
  27. #else
  28.  
  29. #define %i "\\x%1x" %s
  30.  
  31. #endif
  32.  
  33.  
  34. #endif /*   !YAK_CAT_H  */
  35.  
  36.